home *** CD-ROM | disk | FTP | other *** search
- Path: rkamiga1.apana.org.au!not-for-mail
- From: rudyk@rkamiga1.apana.org.au (Rudy Kohut)
- Newsgroups: comp.sys.amiga.datacomm
- Subject: Re: AmiTCP: can't get it to work!
- Date: 10 Apr 1996 09:41:46 GMT
- Organization: Daemon Public Access Unix (03)563-8438
- Message-ID: <4kfvoq$2sn@ramus.apana.org.au>
- References: <DpJsFG.2Io@lazrus.cca.rockwell.com>
- NNTP-Posting-Host: dialup-05.apana.org.au
- X-Newsreader: TIN [AMIGA 1.3 950726BETA PL0]
-
- Neal G. Gilbertson (nggilber@cca.rockwell.com) wrote:
- :>
- :> I'm having trouble getting anywhere with AmiTCP 4.0 demo
- :> using PPP.
-
- Use the built-in dialer with PPP device.
-
- Make sure you modify the startnet script as set out in the PPP manual.
-
- Here is my startnet script for a similar setup (14.4k supra modem), PPP1.45
- and AmiTCP4.0:
-
- amitcp:bin/online devs:networks/ppp.device 0
- If WARN
- Echo "Could not connect!"
- Wait 3
- skip END
- ENDIF
- AmiTCP:bin/umask 022
- AmiTCP:AmiTCP
- WaitForPort AMITCP
- ; Configure loop-back device
- AmiTCP:bin/ifconfig lo0 localhost
- AmiTCP:bin/ifconfig ppp0 $ppp0iplocal $ppp0ipremote
- ; Add route to this host
- AmiTCP:bin/route add $ppp0iplocal localhost
- ; Add route to the default gateway
- AmiTCP:bin/route add default $ppp0ipremote
- Assign TCP: Exists > NIL:
- IF Warn
- Mount TCP: from AmiTCP:devs/Inet-Mount ;*NOTE: Filename is different*
- EndIf
- Assign FTP: Exists > NIL:
- ; Start the internet `super server'
- run AmiTCP:bin/inetd
- run c:SMTPd ;*NOTE: Use this line only if you want to run SMTPd
- Lab END
- *************
-
- This script assumes you have configured your ENV variables correctly for
- HOST, HOSTNAME, DOMAINNAME etc.
-
- Other than that, post more info on your setup.
-
- Rudy
- --------------------------------
- > Melbourne Victoria Australia <
- --------------------------------
- Alt. eMail [rudy.kohut@dpd.vic.gov.au]
-